home *** CD-ROM | disk | FTP | other *** search
/ Tears Of The Sun Press Kit / Tears of the Sun Press Kit.iso / pc / acrobat reader 5 pc / acrord32.exe / EXVW / 10025 < prev    next >
Text File  |  2002-12-13  |  1KB  |  29 lines

  1. dialog(name: '$$$/Prefs/Options', margin_height: 0, margin_width: 0)
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         cluster(name: '$$$/Prefs/Options/Browser', dwidth: gPrefsPanelWidth, align_children: align_left)
  6.         {
  7.             check_box(item_id: 'lame', name: '$$$/Prefs/Options/BrowserIntegration');
  8.             check_box(item_id: 'BrCh', name: '$$$/Prefs/Options/BrowserCheck');
  9.             check_box(item_id: 'ByRg', name: '$$$/Prefs/Options/ByteRangeRequests');
  10.             check_box(item_id: 'BkDl', name: '$$$/Prefs/Options/AllowBackgroundDownloading');
  11.         }
  12.         cluster(name: '$$$/Prefs/Options/Startup', dwidth: gPrefsPanelWidth, align_children: align_left)
  13.         {
  14.             check_box(item_id: 'Spla', name: '$$$/Prefs/Options/DisplaySplashScreenAtStartup');
  15.             check_box(item_id: 'Cert', name: '$$$/Prefs/Options/CertifiedPluginsOnly');
  16.         }
  17.         cluster(name: '$$$/Prefs/Options/Other', dwidth: gPrefsPanelWidth, align_children: align_left)
  18.         {
  19.             check_box(item_id: 'Cach', name: '$$$/Prefs/Options/UsePageCache');
  20.             check_box(item_id: 'LgPN', name: '$$$/Prefs/Options/UseLogicalPageNumbers');
  21.             check_box(item_id: 'FlLk', name: '$$$/Prefs/Options/AllowFileOpenLinks');
  22.             check_box(item_id: 'XDoc', name: '$$$/Prefs/Options/OpenCrossDocLinksInSameWindow');
  23.             check_box(item_id: 'EdWn', name: '$$$/Prefs/Options/SkipEditingWarnings');
  24.             check_box(item_id: 'opti', name: '$$$/Prefs/Options/SaveAsOptimized');
  25.             button(item_id: 'Rest', name: '$$$/Prefs/Options/ResetWarnings');
  26.         }
  27.     }
  28. }
  29.